Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / savePageInfosToPDF Method / savePageInfosToPDF(String,List<PageInfo>) Method
The specified pdf file.
The page information collection.
In This Topic
    savePageInfosToPDF(String,List<PageInfo>) Method
    In This Topic
    Saves the page datas to the specified pdf file.
    Syntax
    public void savePageInfosToPDF( 
       java.lang.String fileName,
       java.util.List<PageInfo> pages
    )

    Parameters

    fileName
    The specified pdf file.
    pages
    The page information collection.
    See Also